

/* ------------------------------------------------------------------------------------
--  RESET
------------------------------------------------------------------------------------ */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
   width:100%;
   height:100%;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ------------------------------------------------------------------------------------
--  GENERAL
------------------------------------------------------------------------------------ */
html{
	width:100%;
}
html, body { 
  font-size:0.9em;
  font-family: Helvetica, Arial, sans-serif;
  font-size:100%;
  background: #333;
  color:#fff;
  background-repeat:repeat;
}
img{
	max-width:100%;
	float:left;
}
figure img{
	float:left;
}

.img_right {
	float:right;
}
::selection{
	background:#66ccff;
	colour: #000000;
}
::-moz-selection{
	background:#66ccff;
	colour: #000000;
}
/* ------------------------------------------------------------------------------------
--  TYPOGRAPHY
------------------------------------------------------------------------------------ */
p{
	line-height:2em;
	padding-bottom:0.625em;
	font: 14px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #ffffff; 
	_text-shadow: 0px 2px 3px #555;
	letter-spacing:0.3px;
	padding: 0 0 0.6em;
	font-weight: 100;
}

.highlight{
	background: yellow;
	colour: #66ccff;
}

p:last-child{
	padding-bottom:0;
}
a{
	text-decoration:none;
	color:#ffffff;
	outline:none;
}
a:hover{
	color:#66ccff;
}

#contentWrapper{
        position:absolute;
        overflow:hidden;
        width:100%;
        height:100%
}
.inner-wrap{
	float:left;
	width:100%;
	height:980px;
	background:url('../img/pattern.png') repeat scroll 0% 0% transparent
}

* {     margin:0;
        padding:0;
        
        }
body {
        background:#111;
        height:100%;
        width: 100%
        }

img{ border:none; }
	
#supersized-loader {
    
        position:absolute;
        top:50%;
        left:50%;
        z-index:0;
        width:60px;
        height:60px;
        margin:-30px 0 0 -30px;
        text-indent:-999em;
        background:url('../img/progress.gif') no-repeat center center;}
	
#supersized {
    
        position:fixed;
        left:0;
        top:0;
        overflow:hidden;
        z-index:-999;
        height:100%;
        width:100%;
        
        }

#supersized img {
        width:auto;
        height:auto;
        position:relative;
        outline:none;
        border:none;
        
        }
		
		#supersized a { z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; display:block; }
			#supersized a.image-loading { background:#111 url('../img/progress.gif') no-repeat center center; width:100%; height:100%; }

p{ padding:0 30px 30px 30px; color:#aaa; font:12px "Helvetica Neue", "Helvetica", Arial, sans-serif; text-shadow: #000 0px 1px 0px; line-height:200%; }
p a{ color:#eee; font-weight:bold; }
h3{ color:#fff; padding:30px 30px 20px 30px; }

h1 {
font-family: 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
color: #ffffff;
font-size: 80px;
padding:50px 30px 0px 30px; 
font-weight: 600;
margin-bottom: 30px;
letter-spacing: -5px;
word-spacing: -0px;
text-transform: lowercase;
text-align: left;
line-height: 0.9em;
}

h2{
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:1.6em;
	line-height:1em;
	color: #ffffff;
	font-weight: 100;
        padding:0px 30px 20px 30px;
}
			
#content { background:#111; background:url('../img/_bg-black.png'); width:720px; height:450px; margin:30px _auto; text-align:left; overflow: hidden}